Contents page

Rules for Tools/Environment Flags


Environment Flags
#define FLAGS_TWOPLANES             1    /* Two colors instead of three. */ 
#define FLAGS_SIMPLEREFRESH         2    /* Simple refresh windows. */ 
#define FLAGS_DEMOMODE              4    /* Currently in demo mode. */ 
#define FLAGS_COMBINETEMPO          8    /* Combine Timeline tempo maps. */ 
#define FLAGS_COMBINESECTIONS    0x10    /* Combine Timeline section lists. */ 
#define FLAGS_COMBINEPARAMS      0x20    /* Combine Timeline song params. */ 
#define FLAGS_DISABLERAWKEYS     0x40    /* Disable rawkeys for menu rawkeys */ 
#define FLAGS_SAVEICONS          0x80    /* Save file icons. */ 
#define FLAGS_WINDOWTOFRONT     0x100    /* Automatic Window to front. */ 
#define FLAGS_DOFLASH           0x200    /* Exproding windows. */
#define FLAGS_WBPOINTER         0x400    /* Use Workbench pointer. */ 
#define FLAGS_LACE              0x800    /* Run in interlace. */ 
#define FLAGS_UNDOBUFF         0x1000    /* Enable undo buffer. */ 
#define FLAGS_CLOSEWB          0x2000    /* Close WorkBench. */ 
#define FLAGS_USEASL           0x4000    /* use 2.0 asl requester */
#define FLAGS_DOUBLEWIDTH      0x8000    /* 2.0 double width screen. */ 
#define FLAGS_DOUBLEHEIGHT    0x10000    /* 2.0 double height screen. */ 
#define FLAGS_WBDISPLAY       0x20000    /* 2.0 copy workbench display. */ 
#define FLAGS_CONTINUEATRIGHT 0x40000    /* continue at right of edit window
                                            on listen */